Step 1: Introduction
🚀 Setting up.​
Dependencies​
You need the following tools:
Then run
npm install
pip install -r requirements.txt
Create your dotenv file​
- Clone the repository through
git clone https://github.com/UMLCloudComputing/UniBot
- Create an
.env
file with the following variables. You will be needing these in the following steps.
APP_NAME=
PINECONE_URL =
PINECONE_API_KEY =
DISCORD_TOKEN=
DISCORD_ID=
DISCORD_PUBLIC_KEY=
- Set your
APP_NAME
to anything you want. However it must be unique and will be used to identify your deployment. - Run
cdk bootstrap
to initialize your CDK environment. This will create a CloudFormation stack in your AWS account.